home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / oddech / flashfun / psy / psy final.swf / scripts / frame_5 / DoAction.as
Text File  |  2000-06-16  |  314b  |  20 lines

  1. actFrames = _framesloaded;
  2. tmp = int(actFrames / maxFrames * "5");
  3. if(percent < tmp and percent < "5")
  4. {
  5.    tellTarget("/preloader")
  6.    {
  7.       nextFrame();
  8.    }
  9.    percent += "1";
  10.    gotoAndPlay(3);
  11. }
  12. else if(percent == tmp and percent < "5")
  13. {
  14.    gotoAndPlay(3);
  15. }
  16. else
  17. {
  18.    gotoAndPlay(7);
  19. }
  20.